From 8f3d4b4ba6fd4f75a06f83552889d3cf0904c641 Mon Sep 17 00:00:00 2001 From: Jonathan Blandford Date: Mon, 23 Feb 2004 07:31:44 +0000 Subject: [PATCH] for (i = 0; i < 10; i++) g_print ("I will compile before committing.\n"); Mon Feb 23 02:26:53 2004 Jonathan Blandford * gtk/gtkpathbar.c (gtk_path_bar_finalize): for (i = 0; i < 10; i++) g_print ("I will compile before committing.\n"); --- ChangeLog | 6 ++++++ ChangeLog.pre-2-10 | 6 ++++++ ChangeLog.pre-2-4 | 6 ++++++ ChangeLog.pre-2-6 | 6 ++++++ ChangeLog.pre-2-8 | 6 ++++++ gtk/gtkpathbar.c | 2 +- 6 files changed, 31 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 501ee78006..257f96a2c1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Mon Feb 23 02:26:53 2004 Jonathan Blandford + + * gtk/gtkpathbar.c (gtk_path_bar_finalize): + for (i = 0; i < 10; i++) + g_print ("I will compile before committing.\n"); + Mon Feb 23 02:08:42 2004 Jonathan Blandford * gtk/gtkfilechooserdefault.c (file_pane_create): Use the diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index 501ee78006..257f96a2c1 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,3 +1,9 @@ +Mon Feb 23 02:26:53 2004 Jonathan Blandford + + * gtk/gtkpathbar.c (gtk_path_bar_finalize): + for (i = 0; i < 10; i++) + g_print ("I will compile before committing.\n"); + Mon Feb 23 02:08:42 2004 Jonathan Blandford * gtk/gtkfilechooserdefault.c (file_pane_create): Use the diff --git a/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4 index 501ee78006..257f96a2c1 100644 --- a/ChangeLog.pre-2-4 +++ b/ChangeLog.pre-2-4 @@ -1,3 +1,9 @@ +Mon Feb 23 02:26:53 2004 Jonathan Blandford + + * gtk/gtkpathbar.c (gtk_path_bar_finalize): + for (i = 0; i < 10; i++) + g_print ("I will compile before committing.\n"); + Mon Feb 23 02:08:42 2004 Jonathan Blandford * gtk/gtkfilechooserdefault.c (file_pane_create): Use the diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6 index 501ee78006..257f96a2c1 100644 --- a/ChangeLog.pre-2-6 +++ b/ChangeLog.pre-2-6 @@ -1,3 +1,9 @@ +Mon Feb 23 02:26:53 2004 Jonathan Blandford + + * gtk/gtkpathbar.c (gtk_path_bar_finalize): + for (i = 0; i < 10; i++) + g_print ("I will compile before committing.\n"); + Mon Feb 23 02:08:42 2004 Jonathan Blandford * gtk/gtkfilechooserdefault.c (file_pane_create): Use the diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index 501ee78006..257f96a2c1 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -1,3 +1,9 @@ +Mon Feb 23 02:26:53 2004 Jonathan Blandford + + * gtk/gtkpathbar.c (gtk_path_bar_finalize): + for (i = 0; i < 10; i++) + g_print ("I will compile before committing.\n"); + Mon Feb 23 02:08:42 2004 Jonathan Blandford * gtk/gtkfilechooserdefault.c (file_pane_create): Use the diff --git a/gtk/gtkpathbar.c b/gtk/gtkpathbar.c index 2d615f745e..8f42cafe1d 100644 --- a/gtk/gtkpathbar.c +++ b/gtk/gtkpathbar.c @@ -127,7 +127,7 @@ gtk_path_bar_finalize (GObject *object) path_bar = GTK_PATH_BAR (object); g_list_free (path_bar->button_list); - G_OBJECT_CLASS (parent_class)->finalize (object); + G_OBJECT_CLASS (gtk_path_bar_parent_class)->finalize (object); } /* Size requisition: -- 2.30.2